home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Grapevine 20
/
Grapevine 20 (Disk 1 of 2).adf
/
GVInstall.script
< prev
next >
Wrap
Text File
|
1992-09-02
|
853b
|
36 lines
; Grapevine Issue 20 HD Install Script (1.0)
alert "Grapevine Issue 20 HardDisk Install%c%cVersion 1.1a"
select "dh0:gv20"
space "2000" ; 2mb
message "Installing Grapevine into `%s/'"
mkdir "%s"
copyifno "Gv20a:Libs/reqtools.library" "dh0:libs/reqtools.library"
copy "GV20a:#?" "%s/"
copy "GV20b:#?" "%s/"
;copy "GV20c:#?" "%s/"
openfile "%s/Grapevine20"
writetofile "assign gv20a: %s/"
writetofile "assign gv20b: %s/"
;writetofile "assign gv20c: %s/"
writetofile "gv20a:gv20"
closefile ""
delete "%s/GV20.info"
delete "%s/HDInstall.info"
delete "%s/disk.info"
makeicon "%s/Grapevine20.info"
closemessage ""
alert "%cI Haven't installed any of the%cDEVS or L directories%cI assume you already have these%c"
alert "%cNone of the sources etc. have been installed%cYou know where they are if you need them!%c"
alert "%cInstall Complete%c"
end ""